home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ITBBSADD.ZIP / MAKE.BAT < prev   
DOS Batch File  |  1997-08-16  |  209b  |  7 lines

  1. @REM (Make)file for the Intereor bbsadd
  2. @REM Better have TASM 3+ and TLINK 3+ in path!
  3. @REM I "made" it with TASM 4.0 and TLINK 4.01
  4. @TASM /t /m3 INTEREOR.ASM
  5. @TLINK /t /x INTEREOR.OBJ
  6. @DEL INTEREOR.OBJ
  7.